Autograph Book - Project
---------------------------------------------
To access the database do the following things,

	Database Name: autograph
        User Name    : iiit123
	Password     : iiit123
	
Database Tables:
----------------------------------------------
	
	Table Name: logins			//logins contain all usernames and passwords	
	Attributes: user_name | password

	Table Name: records			//records contains details of all users
	Attributes: user_name | name | contact_no | date_of_birth | address | hobbies | email_id	
	
	
	
NOTE:: FOR EVERY NEW USER A NEW TABLE WILL BE CREATED WITH USER NAME, AND 
       EACH TABLE WILL HAVE ATTRIBUTES SAME AS records TABLE ATTRIBUTES.
